libxc: Move xg_memalign() into a proper source file, so that it
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 16:49:25 +0000 (17:49 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 16:49:25 +0000 (17:49 +0100)
commit1386e66a6eb0203009528069869591152b882702
tree900ce82cd0db0a3d6ab3f6db5f7bcc2108512d87
parent3cb6817ad5b7dd6a7a5702d64c8c74184591df05
libxc: Move xg_memalign() into a proper source file, so that it
definitely does not leak out of tools/libxc. Return to the
ioemu/osdep.c way of checking for posix_memalign() as this works on
Solaris.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/xg_private.c
tools/libxc/xg_private.h